projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1dc6d4
)
(vc-handled-backends): Add Mtn.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 14 Sep 2007 16:54:16 +0000
(16:54 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 14 Sep 2007 16:54:16 +0000
(16:54 +0000)
lisp/vc-hooks.el
patch
|
blob
|
history
diff --git
a/lisp/vc-hooks.el
b/lisp/vc-hooks.el
index 1d28c055770d4267d602b07a5babe318885419bc..0af0d7546a793abe97ba6dee0461467d27a3b5ea 100644
(file)
--- a/
lisp/vc-hooks.el
+++ b/
lisp/vc-hooks.el
@@
-62,7
+62,7
@@
interpreted as hostnames."
:type 'regexp
:group 'vc)
-(defcustom vc-handled-backends '(RCS CVS SVN SCCS Bzr Git Hg Arch MCVS)
+(defcustom vc-handled-backends '(RCS CVS SVN SCCS Bzr Git Hg
Mtn
Arch MCVS)
;; RCS, CVS, SVN and SCCS come first because they are per-dir
;; rather than per-tree. RCS comes first because of the multibackend
;; support intended to use RCS for local commits (with a remote CVS server).